[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
  Function            isallalphanum - are all characters in string
                                        alphanumeric

  Syntax              boolean isallalphanum(char *str);

  Prototype in        stringhk.h

  Remarks             checks if all characters in str are alphanumeric.

  Return value        returns TRUE if all characters in str are
                      alphanumeric, FALSE otherwise.

  See also            isallalpha(), isalllower(), isallupper()


This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson